.nowrap {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.home_dashboard {
  width: 100%;
  height: 620px;
  margin-top: 30px;
}

.home_dashboard_left {
  width: 200px;
  height: 100%;
  background-color: #5E81A3;
  padding-top: 10px;
}

.home_dashboard_left li {
  margin: 0 auto;
  text-align: center;
}



.home_dashboard_left li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 29px 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.home_dashboard_left li a:hover {
  background-color: #52708e;
}

.home_dashboard_left li a::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #7292b1;
  bottom: -1px;
  left: 20px;
}

.home_dashboard_left li:last-child a:before,
.home_dashboard_left li a:hover:before {
  content: unset;
}

.home_dashboard_left p {
  line-height: 60px;
}

.home_dashboard_left i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  margin-right: 28px;
}

.home_dashboard_center {
  margin-left: 30px;
  height: 100%;
  width: 720px;
}

.home_dashboard_imgs_wrap {
  height: 270px;
}

.home_dashboard_imgs_wrap img {
  width: 100%;
  height: 100%;
}

.home_dashboard_img {
  width: 567px;
  height: 100%;
  position: relative;
}

.home_dashboard_img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.home_dashboard_imgs_list {
  width: 150px;
}

.home_dashboard_imgs_list li {
  margin-bottom: 3px;
  height: 88px;
  position: relative;
}

.home_dashboard_imgs_list li:last-child {
  margin-bottom: 0;
}

.home_dashboard_imgs_list span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, .2);
}

.home_dashboard_imgs_list a {
  color: #fff;
  font-size: 12px;
}

.home_dashboard_news {
  margin-top: 20px;
}

.home_dashboard_news > div {
  width: 345px;
}

.home_dashboard_news h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.home_dashboard_news li {
  font-size: 14px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}

.home_dashboard_news li:last-child {
  margin-bottom: 0;
}

.home_dashboard_news li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  left: 0;
  top: 7px;
}


a.home_dashboard_news_text {
  display: inline-block;
  width: 240px;
  color: #666;
  font-size: 14px;
}

.home_dashboard_news .time {
  color: #999;
}


.home_dashboard_right {
  width: 300px;
  height: 100%;
  padding: 15px 23px;
}

.home_dashboard_right_list {
  margin-top: 20px;
  counter-reset: section;
}

.home_dashboard_right_list li {
  margin-bottom: 16px;
}

.home_dashboard_right_list li::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #ddd;
  color: #fff;
}

.home_dashboard_right_list li:nth-child(1)::before {
  background-color: #FC193E;
}

.home_dashboard_right_list li:nth-child(2)::before {
  background-color: #FE7704;
}

.home_dashboard_right_list li:nth-child(3)::before {
  background-color: #FABA01;
}

.home_dashboard_right_list a {
  margin-left: 12px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.home_title {
  position: relative;
}

.home_title  h3 {
  color: #07A5EC;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.home_title h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 36px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/static/wmzhe/images/home_07.png);
}

.home_title h3 a {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.home_title ul {
  position: absolute;
  top: 0;
  left: 146px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.home_title li {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

.home_title li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  right: -24px;
  top: 4px;
}

.home_title li:last-child::after {
  content: unset;
}

.home_title_active {
  color: #07A5EC;
}

.home_title_active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #07A5EC;
  bottom: -12px;
}

.home_software_list > div {
  display: none;
}

.home_software_list > div:first-child {
  display: block;
}

.home_software_list dl {
  width: 20%;
}

.home_software_list dt {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #ddd;
  margin-right: 20px;
}

.home_software_list img {
  width: 44px;
  height: auto;
}

.home_software_list dd {
  width: 160px;
  padding-top: 5px;
}

.home_software_list h4 {
  margin-bottom: 5px;
  color: #333;
}

.home_software_list h4 a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.home_software_list p {
  color: #666;
}

.home_software_list p a {
  color: #666;
  font-size: 14px;
  display: inline-block;
}

.home_software_list .desc a:first-child {
  max-width: 75px;
  vertical-align: bottom;
}

.install_count {
  margin-top: 2px;
}

p.install_count a {
  color: #999;
  font-size: 12px;
}

.home_album .home_title h3 {
  padding-left: 42px;
}

.home_album .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_14.png);
  width: 25px;
  height: 30px;
  background-size: auto 100%;
  left: 2px;
}

.home_album_list dl {
  width: 232px;
  margin-right: 30px;
}

.home_album_list dl:last-child {
  margin-right: 0;
}

.home_album_list dt {
  width: 100%;
  height: 150px;
  background-color: #ddd;
  line-height: 150px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.home_album_list img {
  width: 100%;
  height: auto;
}

.home_album_list dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}

.home_album_list a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}

.home_album_list p {
  color: #999;
  line-height: 18px;
  margin-top: 5px;
}

.home_app .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
}
.home_app .description a {
  color: #999;
  font-size: 14px;
}

.home_app .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_09.png);
}

.home_artical_album > div {
  width: 406px;
  margin-right: 29px;
}

.home_artical_album > div:last-child {
  margin-right: 0;
}

.home_artical_album > div .home_title h3 {
  padding-left: 40px;
}

.home_artical_album > div:nth-child(1) .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_10.png);
  width: 30px;
  height: 28px;
}

.home_artical_album > div:nth-child(2) .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_11.png);
  width: 28px;
  height: 30px;
}

.home_artical_album > div:last-child .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_12.png);
  width: 27px;
  height: 28px;
  top: -2px;
}

.home_artical_album_list li {
  line-height: 17px;
  margin-bottom: 15px;
}

.home_artical_album_list a {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.home_artical_album_title {
  width: 240px;
  vertical-align: bottom;
  
}
.home_artical_album_list .time {
  font-size: 12px;
  color: #999;
}

.home_software .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_13.png);
  width: 33px;
  height: 28px;
}

.home_software .description a {
  color: #999;
}

.home_software dd {
  padding-top: 8px;
}

.home_artical {
  margin-bottom: 50px;
}

.home_artical .home_title h3::before {
  background-image: url(/static/wmzhe/images/home_08.png);
  top: -9px;
}

.home_links_list {
  margin-bottom: 50px;
}

.home_links .home_title h3 {
  font-size: 16px;
  padding-left: 0;
}

.home_links .home_title h3::before {
  display: none;
}

.home_links_list a{
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #666;
}

@media (max-width:576px) {
  .index_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home_dashboard {
    height: auto;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .home_dashboard_left {
    float: unset;
    width: 100%;
    padding: 15px 0;
  }

  .home_dashboard_left li {
    float: left;
    border-bottom: none;
    width: 20%;
  }

  .home_dashboard_left li a::before {
    content: unset;
  }

  .home_dashboard_left li a {
    padding: 0;
    text-align: center;
    font-weight: 500;
  }

  .home_dashboard_left i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 14px;
    float: unset;
  }

  .home_dashboard_left p {
    float: unset;
    font-size: 14px;
    line-height: 16px;
  }

  .home_dashboard_center {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .home_dashboard_imgs_wrap {
    height: auto;
  }
  .home_dashboard_img {
    width: 100%;
  }

  .home_dashboard_imgs_list {
    width: 100%;
    margin-top: 15px;
  }

  .home_dashboard_imgs_list li {
    width: 31%;
    float: left;
    height: auto;
  }

  .home_dashboard_imgs_list li:first-child {
    margin-right: 3.5%;
  }

  .home_dashboard_imgs_list li:last-child {
    margin-left: 3.5%;
  }

  .home_dashboard_news_mobile {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 0;
  }

  .home_dashboard_news_mobile > div {
    width: 100%;
  }

  .home_dashboard_news_mobile .title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }

  .home_dashboard_news_mobile .title h4 {
    border-bottom: none;
    margin-right: 20px;
    color: #999;
  }

  a.home_dashboard_news_text {
    width: 65%;
  }
  
  .home_dashboard_news_mobile .title h4.home_mobile_active {
    position: relative;
    color: #333;
  }

  .home_mobile_active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #1EA6E9;
    border-radius: 8px;
    left: 0;
    bottom: -2px;
  }

  .home_dashboard_news_mobile .list ul:last-child {
    display: none;
  }
  .home_dashboard_right {
    width: 100%;
    padding: 15px;
  }

  .home_mac  .home_title {
    margin-bottom: 60px;
  }

  .home_mac .home_title ul {
    top: 50px;
    left: 0;
    width: 100%;
  }

  .home_mac .home_title ul li {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
  }

  .home_mac  .home_title ul li:first-child {
    margin-left: 0;
  }

  .home_mac  .home_title ul li:last-child {
    margin-right: 0;
  }

  .home_mac  .home_title li::after {
    right: -8px;
    top: 0;
  }

  .home_software_list dl {
    width: 48%;
    margin-bottom: 15px;
  }

  .home_software_list dl:nth-child(2n) {
    margin-left: 4%;
  }

  .home_software_list dt {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 51px;
  }

  .home_software_list img {
    width: 40px;
  }

  .home_software_list dd {
    width: calc(100% - 65px);
  }

  .home_software_list .time {
    display: none;
  }

  .home_software_list h4 a {
    font-size: 14px;
  }

  .home_software_list p a {
    font-size: 12px;
  }
  
  .home_album_list dl {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home_album_list dl:nth-child(2n) {
    margin-left: 4%;
  }

  .home_album_list dt {
    line-height: unset;
    margin-bottom: 10px;
    height: 122px;
    text-align: center;
  }

  .home_album_list dt img {
    height: 100%;
  }

  .home_app .home_software_list dl {
    width: 100%;
    margin-left: 0;
  }

  .home_app .home_software_list dl:last-child {
    margin-bottom: 0;
  }

  .home_app .description {
    font-size: 12px;
  }

  .home_artical_album > div {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .home_artical_album > div:last-child {
    margin-bottom: 0;
  }

  .home_artical_album_title {
    width: 55%;
  }

  .home_mac,
  .home_album,
  .home_artical,
  .home_artical_album {
    margin-bottom: 15px;
  }

  .home_album .home_title,
  .home_artical .home_title,
  .home_software .home_title,
  .home_artical_album .home_title {
    margin-bottom: 20px;
  }

  .home_title {
    margin-bottom: 15px;
  }

  .home_links_list {
    margin-bottom: 30px;
  }

  .home_artical .desc {
    display: none;
  }

}

@media (max-width:320px) {
  .home_artical_album_title {
    width: 45%;
  }

}